:-moz-handler-disabled

Non-standard: This feature is not standardized. We do not recommend using non-standard features in production, as they have limited browser support, and may change or be removed. However, they can be a suitable alternative in specific cases where no standard option exists.

The :-moz-handler-disabled CSS pseudo-class is a Mozilla extension that matches elements that can't be displayed because their handlers have been disabled by the user.

Note: This selector is mainly intended to be used by theme developers.

Syntax

css
:-moz-handler-disabled {
  /* ... */
}

Specifications

Not part of any standard.

See also